home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 10
/
FM Towns Free Software Collection 10.iso
/
ms_dos
/
tool
/
fapxtool
/
src
/
txm
/
makefile
next >
Wrap
Makefile
|
1995-01-05
|
588b
|
21 lines
OBJFILE = obj\txm.obj obj\txmswchk.obj obj\txmetc.obj obj\txmerge.obj obj\txminfo.obj obj\txmfile.obj obj\txmhp.obj obj\txmforum.obj
VPATH=.;.\obj
txm.exe : $(OBJFILE)
lcc @${-m -v2 -o $@ $# -lintlib }
# copy txm.exe d:\tools\mopterm\fapx
# lcc @${-v2 -o $@ $# -lnoexpand.obj -lintlib -ltinymain.obj}
.c.obj:
lcc -v2 -c -o $@ $<
obj\txm.obj : txm.c txm.h
obj\txmswchk.obj : txmswchk.c
obj\txmetc.obj : txmetc.c
obj\txmerge.obj : txmerge.c
obj\txminfo.obj : txminfo.c
obj\txmfile.obj : txmfile.c
obj\txmhp.obj : txmhp.c
obj\txmforum.obj : txmforum.c